2014-08-04 - 11858 - Spec - Update Latest PO price for Material Std Cost #ABAP #costing #FIMM
SPECIFICATIONS
11858- Update Latest PO Price in Material STD Cost
Purpose
Update Latest PO Price in Material STD Cost
Admin Info
Purpose
|
Update Latest PO Price in Material STD Cost
|
Requested By
|
Babu Lankipally
|
Spec Created By
|
Venkat Kondapally
|
Spec Created Date
|
04/08/2014
|
Spec QA by
|
Venkat and Laxman
|
Objects
|
ZMM_PO_MATERIAL_STD_COST,
ZPOSTDCOST
|
Document Status
|
Complete
|
References
Prior Tickets
Documents
Functional Requirement
Develop a Program to Update the Standard Cost of Material with Last PO Price.
The Program should have two inputs Seasons and collections(with the option to run in background), in case only seasons are maintained in input make sure all the collections are included in materials selection.
Identify last PO created using those materials in selection, get the PO price and Update using MR2. Make sure for the plants not in company code 0010, use exchange rate table for currency conversions (this is due to global price maintained only in USD).
Solution Summary
Developed program ZMM_PO_MATERIAL_STD_COST to update the Material Price based on the Latest PO Price of the Material.
Test Plan
[List test scenarios/cases to be executed here]
|
Test Scenario
|
Expected Results
|
1
|
Input Season and with Multiple Collections
|
STD Price is updated for Materials of the Season and Particular Collections from Latest PO's
|
2
|
Input One Season and One Collection
|
STD Price is updated for Materials of the Season and Particular Collections from Latest PO's
|
3
|
Input only Season
|
STD Price is updated for all Materials of Season with price from latest PO
|
Solution Details
[Provide complete technical details for configuration or programming here]
Program Name: ZMM_PO_MATERIAL_STD_COST
Transaction: ZPOSTDCOST
Selection Criteria:
- Season Indicator
- Collection
Technical Details:
- Fetch all Materials based on Season and Collection from Selection Criteria.If Collection is blank then consider all collections associated with Season
- Fetch all PO's for the Materials in above logic created in last one year.
- Identify the latest PO for each material at plant level and get the PO Price.
- Update the Material STD Cost with PO Price from above step.
- For Company Codes other than 0010, currency Conversion is required before it is updated.
Ouput/Log
- Success Message for Material Cost updated along with Material, Plant and PO#, PO Item
- Information Message if Material Cost and PO Cost are same along with Material, Plant and PO, Po Item
- Standard System Logs like Posting Period Issues
Issues